home *** CD-ROM | disk | FTP | other *** search
- object frmDropAdd: TfrmDropAdd
- Left = 271
- Top = 134
- BorderStyle = bsDialog
- Caption = 'Add'
- ClientHeight = 279
- ClientWidth = 337
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblFiles: TLabel
- Left = 8
- Top = 8
- Width = 72
- Height = 13
- Caption = 'File(s) dropped:'
- end
- object lblPath: TPathLabel
- Left = 88
- Top = 8
- Width = 161
- Height = 13
- AutoSize = False
- end
- object Label2: TLabel
- Left = 8
- Top = 120
- Width = 33
- Height = 13
- Caption = 'Ac&tion:'
- FocusControl = cboAction
- end
- object Label3: TLabel
- Left = 8
- Top = 168
- Width = 60
- Height = 13
- Caption = '&Compression'
- FocusControl = cboComp
- end
- object lbxFileBox: TListBox
- Left = 8
- Top = 24
- Width = 241
- Height = 57
- ItemHeight = 13
- TabOrder = 7
- end
- object Button1: TButton
- Left = 256
- Top = 24
- Width = 75
- Height = 25
- Caption = '&Add'
- Default = True
- TabOrder = 4
- OnClick = Button1Click
- end
- object btnCancel: TButton
- Left = 256
- Top = 56
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- OnClick = btnCancelClick
- end
- object cboAction: TComboBox
- Left = 8
- Top = 136
- Width = 241
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- Items.Strings = (
- 'Add (and replace)'
- 'Move')
- end
- object cboComp: TComboBox
- Left = 8
- Top = 184
- Width = 241
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 208
- Width = 241
- Height = 65
- Caption = ' Folders '
- TabOrder = 3
- object ckbFullPath: TCheckBox
- Left = 8
- Top = 16
- Width = 137
- Height = 17
- Caption = 'Save &full path info'
- TabOrder = 0
- end
- object ckbSub: TCheckBox
- Left = 8
- Top = 40
- Width = 113
- Height = 17
- Caption = '&Include subfolders'
- TabOrder = 1
- end
- end
- object Button5: TButton
- Left = 256
- Top = 248
- Width = 75
- Height = 25
- Caption = '&Password'
- TabOrder = 6
- OnClick = Button5Click
- end
- object Panel1: TPanel
- Left = 8
- Top = 24
- Width = 241
- Height = 89
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 72
- Height = 13
- Caption = 'A&dd to archive:'
- FocusControl = edtArcFile
- end
- object edtArcFile: TEdit
- Left = 8
- Top = 24
- Width = 225
- Height = 21
- ReadOnly = True
- TabOrder = 0
- OnChange = edtArcFileChange
- end
- object Button3: TButton
- Left = 35
- Top = 56
- Width = 75
- Height = 25
- Caption = '&New...'
- TabOrder = 1
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 131
- Top = 56
- Width = 75
- Height = 25
- Caption = '&Open...'
- TabOrder = 2
- OnClick = Button4Click
- end
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 264
- Top = 104
- end
- object Timer: TTimer
- Interval = 200
- OnTimer = TimerTimer
- Left = 296
- Top = 104
- end
- end
-